home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m51.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  262 b   |  12 lines

  1. on mouseDown
  2.   set the castNum of sprite 6 to cast "b056"
  3.   if pressButton(6) then
  4.     pupSprites(1, 48, 0)
  5.     set the keyDownScript to EMPTY
  6.     repeat with x = 10 to 19
  7.       set the editableText of sprite x to 0
  8.     end repeat
  9.     go("answers")
  10.   end if
  11. end
  12.